poplar: Fix typo
authorVictor Chong <[email protected]>
Mon, 29 Jan 2018 09:08:34 +0000 (18:08 +0900)
committerVictor Chong <[email protected]>
Wed, 7 Feb 2018 10:20:52 +0000 (19:20 +0900)
Signed-off-by: Victor Chong <[email protected]>
Tested-by: Shawn Guo <[email protected]>
plat/hisilicon/poplar/platform.mk

index d53e0627439126c01a5be832ba3b550757c94289..0fb8f6b25dc182da3b0011b1cce6186a1dd1755f 100644 (file)
@@ -8,7 +8,7 @@
 POPLAR_TSP_RAM_LOCATION        :=      dram
 ifeq (${POPLAR_TSP_RAM_LOCATION}, dram)
   POPLAR_TSP_RAM_LOCATION_ID = POPLAR_DRAM_ID
-else ifeq (${HIKEY960_TSP_RAM_LOCATION}, sram)
+else ifeq (${POPLAR_TSP_RAM_LOCATION}, sram)
   POPLAR_TSP_RAM_LOCATION_ID := POPLAR_SRAM_ID
 else
   $(error "Currently unsupported POPLAR_TSP_RAM_LOCATION value")
@@ -68,7 +68,7 @@ BL1_SOURCES   +=                                                      \
                drivers/io/io_fip.c                                     \
                drivers/io/io_memmap.c                                  \
                plat/hisilicon/poplar/bl1_plat_setup.c                  \
-               plat/hisilicon/poplar/plat_storage.c                    \
+               plat/hisilicon/poplar/plat_storage.c
 
 
 BL2_SOURCES    +=                                                      \